Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: scan on pull_request instead of push #26

Merged
merged 1 commit into from
Apr 26, 2024
Merged

fix: scan on pull_request instead of push #26

merged 1 commit into from
Apr 26, 2024

Conversation

gruyaume
Copy link
Collaborator

Description

Only scan on pull_request (and not on push to branches). This is to fix an error affecting dependabot PRs.

Logs

Warning: Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches. See https://docs.github.com/en/code-security/secure-coding/configuring-code-scanning#scanning-on-push for more information on how to configure these events.

Checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation.
  • I have added tests that validate the behaviour of the software.
  • I validated that new and existing tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@gruyaume gruyaume requested a review from a team as a code owner April 26, 2024 15:25
@gruyaume gruyaume merged commit ca63310 into main Apr 26, 2024
6 checks passed
@gruyaume gruyaume deleted the dev-scan branch April 26, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants